func runtime.mallocgcSmallScanHeader

2 uses

	runtime (current package)
		malloc.go#L1068: 				x, elemsize = mallocgcSmallScanHeader(size, typ)
		malloc.go#L1443: func mallocgcSmallScanHeader(size uintptr, typ *_type) (unsafe.Pointer, uintptr) {